home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************
- CNeoWindow.h
-
- Header file for the CNeoWindow class.
- *****************************************************************/
-
- #define _H_CNeoWindow
-
- #include "CWindow.h"
-
- class CNeoWindow : public CWindow {
- TCL_DECLARE_CLASS
- public:
-
- CNeoWindow(short WINDid, Boolean aFloating, CDesktop *anEnclosure, CDirector *aSupervisor);
- void Zoom(short direction);
- };
-
-